portrait in manifest

67

portrait in manifest -

android:screenOrientation="portrait" 

portrait in manifest -

<activity android:name=".SomeActivity"
          android:label="@string/app_name"
          android:screenOrientation="portrait" />

Comments

Submit
0 Comments